From a462a07af27be3a4fd6d84a8c34f40c700efacb8 Mon Sep 17 00:00:00 2001 From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Sat, 12 Aug 2023 15:56:45 -0600 Subject: [PATCH] remove erroneous addition from #1151. (#1157) The need for this statement was eliminated with the introduction of wpt_flags.marked_for_deletion. --- position.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/position.cc b/position.cc index e4d642d96..fe5d658ca 100644 --- a/position.cc +++ b/position.cc @@ -39,7 +39,6 @@ void PositionFilter::position_runqueue(const WaypointList& waypt_list, int qtype QList qlist; for (auto* const waypointp : waypt_list) { - waypointp->extra_data = nullptr; qlist.append(WptRecord(waypointp)); } int nelems = qlist.size(); -- 2.30.2